home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / think / brain.lha / BRAIN.DOC < prev    next >
Text File  |  1992-08-13  |  4KB  |  91 lines

  1. Brain Version 1.01
  2. (C) by André Wichmann of CLUSTER May 1990
  3.        Posener Weg 4
  4.        5300 Bonn 1
  5.        West Germany
  6.  
  7. This program is Freeware and may be copied as long as this .doc-file is
  8. included, no changes are spread and no profit is made with distribution.
  9. You may use parts of this program if you mention the author.
  10.  
  11. -----------------------------------------------------------------------------
  12.  
  13. BRAIN V1.01
  14. ------------
  15.  
  16. Well, while writing my long-time project 'FIleCat V2.4' my assembler 'DevPac'
  17. needs a very long time for assembling (reaching the time of one-line-c-
  18. programs !) and I did not know what to do in the meantime.I had the idea
  19. to play a game, but, it had to be a small game (I only have 1MB).The first
  20. try was the PD-game 'othello', but the assembler was slowed very much when
  21. the computer was thinking.So I needed a single-player game which is not
  22. played against a computer.I took the PD-game 'Daleks', a nice game, but after
  23. some plays I wanted to play something where you must think and not where your
  24. success depends on luck.Some days later I read the test of the game 'Logo',
  25. and I liked it very much.So why not programming a clone of it ??? And here is
  26. the result, Brain V1.01...
  27. The idea of the game is to rebuild a square of numbers ranging from 1-4.(By
  28. the way, it is very difficult to explain this in English, so excuse my bad
  29. English.) You can click on a free plot and the number '1' appears there.One
  30. is added to the four neighbours (if there are any).If one is added to a '4',
  31. it becomes a '1'.So the problem is to have at the end the same numbers on the
  32. right as on the left.
  33.  
  34. The Gadgets:
  35.  
  36.      Undo     -   Cancel the last move.
  37.      Retry    -   Try again the current level.Your field is cleared.
  38.      New Game -   Create a new level.
  39.      Iconify  -   Sleep-mode.The screen is closed and a small window on the
  40.                   workbench-screen appears where the free memory is shown.
  41.                   Just click on the closewindow-gadget or press the right
  42.                   mouse-button on the window to continue playing.
  43.      Quit     -   Quit
  44.  
  45. The Menu:
  46.  
  47.   Project:
  48.  
  49.      New Size  -   Play with a new size chosen with the x-size and y-size
  50.                    menu.
  51.      New Game  -   ---> Gadget
  52.      New Try   -   ---> Gadget 'Retry'
  53.      Iconify   -   ---> Gadget
  54.      About...  -   Who wrote this game, who has the copyright ???
  55.      Quit      -   Quit
  56.  
  57.   X-Size/Y-Size:
  58.  
  59.      Choose the size of the playfield from 2x2 to 8x8.
  60.  
  61. Enjoy this game (I do) !!!
  62.  
  63. -----------------------------------------------------------------------------
  64.  
  65. CLUSTER is a legal programming formation mainly working on Amiga, coding
  66. Freeware (and perhaps some commercial programs later).
  67. CLUSTER was founded on January 1989 with the following members:
  68. André Wichmann, Guido Wegener, Martin Rosenkranz, Martin Baumann, Philipp
  69. Witkop, Stefan Kaspari, Stefan Lietzow and Giang Nguyen.
  70. Then we reduced our members to the best and got a new programmer.
  71. Now, on 26.05.1990, we have the following members:
  72. André Wichmann          Coding
  73. Guido Wegener           Coding
  74. Martin Mohr             Coding
  75. Martin Rosenkranz       Graphics
  76. Philipp Witkop          Digitizing
  77. If you want to contact any member of CLUSTER (legal !!!) then write to
  78. our address:
  79.              André Wichmann
  80.              Posener Weg 4
  81.              5300 Bonn 1
  82.              West Germany
  83. André will give the letter to the addressed member.
  84.  
  85. Send errors, corrections, supporting ideas, criticism, enthusiastic fan-
  86. letters and money to the author:       André Wichmann
  87.                                        Posener Weg 4
  88.                                        5300 Bonn 1
  89.                                        West Germany
  90.  
  91.